home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / misc / mathplot.lha / MathPlot / InstallLibs < prev    next >
Encoding:
Text File  |  1994-12-15  |  216 b   |  10 lines

  1. echo "You need mtool.library in LIBS:*N"
  2.  
  3. if exists libs:mtool.library
  4.  echo "Found version:"
  5.  version mtool.library
  6. else
  7.  echo "I'll install the library for you !"
  8.  copy mtool.library to libs:
  9. endif
  10. echo "*NReady !"